Favicon

You are here: Home > API Reference > Router Permissions Information > Get API Perms

Get API Perms

Get API Perms

GET /v1/perms/

Get API Perms

Get API Perms

Request

Responses

200 Response application/json
status boolean optional
data object optional
roles array [string] optional
permissions object optional
{
    "status": true,
    "data": {
        "roles": [
            "string"
        ],
        "permissions": {}
    }
}